home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 9899 / text0000.txt < prev   
Encoding:
Text File  |  1996-08-05  |  2.7 KB  |  53 lines

  1.  
  2. In article <2365.6671T6T1540@stud.uni-frankfurt.de> raftopou@stud.uni-frankfurt.de (Joerg Raftopoulos) writes:
  3. >  KCL> Mark Worden (mworden@public.compusult.nf.ca) writes:
  4. > >>
  5. > >>      Mask: 0x7ffffffe
  6. >  KCL> This tells the file system where data cannot be transfer directly from t
  7. >  KCL> driver directly.  XXXe means data is word aligned and XXXc means it is
  8. >  KCL> long word aligned.  So if you set it to long, and your program give it a
  9. >  KCL> word aligned address, the file system have to do an extra level of
  10. >  KCL> copying, hence slowing it down.  Take a lot at the difference of
  11. >  KCL> your HD performance under long/word/byte aligned tests in DiskSpeed 4.1.
  12. > may i quote from the original post?
  13. >  MW> Can anyone tell me what the proper mask, transfer rate, etc. should be on
  14. >  MW> my A3000 with 100MB Quantum hard drive and a Zip drive?  Both drives have
  15. >  MW> been formatted with the Fast File System (I have Workbench v2.1).
  16. > so we are talking about the amiga 3000 scsi dma hostadapter. an extreme
  17. > efficient design that has nothing in common with those crappy a1200/4000 pio
  18. > ide implementations. the correct values are shown in amiga 3000`s manual (us
  19. > edition) in chapter 6 (using a harddisk) on page 66 a screenshot labeled
  20. > "setting file system characteristics" says: mask = 0xfffffffc and
  21. > maxtransfer = 0xffffff
  22.  
  23. Actually, the 3000 users manual has no such reference.  You must be talking
  24. about the section in the 2.04 Workbench manuals, which pertains to all
  25. machines, not just the 3000 (BTW, it's section 6-87 in the 2.1 manual).
  26.  
  27. You're correct about the value shown in the screen shot, it is a "c".
  28. However, the default value in HDToolBox has always been 0x7ffffffe, up to
  29. and including 3.1, AFAIK.  That is just a couple of bytes shy of 2 Gigs,
  30. which is the limit of the filesystems addressing.  Anything larger is
  31. invalid.  The manual is obviously wrong, and anyway, I'd trust the
  32. programmers before the manual writer anyday. 
  33.  
  34. As a matter of interest, I once ran some DiskSpeed tests with both a "c"
  35. and an "e" mask.  The differences were so small as to be within the
  36. variation in numbers between successive tests with no changes.  However, as
  37. usual, your mileage may vary, I'll stick with the default, it works.
  38.  
  39. -- 
  40. Cheers,
  41. ---
  42. +    _       ____________   tm    Dale Currie    ____    ___     _      +
  43. |   /.\    ..     | __    \ /  dalec@amitrix.com    / __[___]__  T   tm |
  44. |  /___\  /\/\  | | |_) |  X  support@amitrix.com  /    (o.o)    |      |
  45. | /     \/ ^^ \ | | | \ | / \  Edmonton AB Canada /     `-^-'    |      |
  46. |/ - D E V E L O P M E N T - \      AmiTrix      /___ Z O R R O  I N K !|
  47. +    ---------------------     Technical Support      ----------------  +
  48.